From: Jim Blandy Date: Mon, 15 Mar 1993 04:17:09 +0000 (+0000) Subject: Fix the fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96877 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3254eb1e379c0a95737492bf3350c6a862d371d0;p=emacs.git Fix the fix. --- diff --git a/src/dired.c b/src/dired.c index 35de7515d72..9f38f79a711 100644 --- a/src/dired.c +++ b/src/dired.c @@ -126,6 +126,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\ Ffuncall, and cause a GC. */ GCPRO1 (match); dirname = Fexpand_file_name (dirname, Qnil); + UNGCPRO; GCPRO2 (match, dirname); dirfilename = Fdirectory_file_name (dirname); UNGCPRO;